@font-face {
    font-family: element-icons;
    src: url(./element-icons.woff?t=1472440741) format('woff'), url(./element-icons.ttf?t=1472440741) format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: Source Han Sans CN !important;
}

body {
    font-family: Source Han Sans CN !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.mt-70 {
    margin-top: 70px;
}

.mt-130 {
    margin-top: 130px;
}


/* .red {
    font-size: 16px;
    font-weight: 600;
    color: #C8171D;
} */

.di-fl {
    display: flex;
    justify-content: space-between;
}

.te-ce {
    text-align: center;
}


/* é¦–é¡µå¯¼èˆªå¤´éƒ¨ */

.index-header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    /* border-bottom: 1px solid #efefef; */
}

.index-header-minimum-witth {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.index-header .head-navigation {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-header .logo {
    width: 163px;
    /* height: 28px; */
}

.navBar {
    height: 70px;
    display: flex;
    align-items: center;
}

.navBar .nav {
    /* height: 70px;
    line-height: 70px; */
    display: flex;
    align-items: flex-end;
}

.navBar .nav .m {
    height: 34px;
    line-height: 34px;
    margin: 0 28px;
    box-sizing: border-box;
    display: flex;
    align-items: unset;
}

.navBar .nav .m .tit {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #000002;
}

.navBar .nav .m:hover {
    border-bottom: 3px solid #22579B;
}

.clr-c81 {
    color: #22579B !important;
}

.nav a {
    font-size: 16px;
    font-weight: 400;
    color: #000002;
}

.nav a:hover {
    color: #22579B;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1
}

.nav .sub {
    display: none;
    position: absolute;
    left: -3px;
    top: 44px;
    z-index: -1;
    width: 200px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 24px 28px 2px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 6px 6px;
    padding: 20px 16px;
    box-sizing: border-box;
}

.nav .sub li {
    /* padding: 0 16px;
    box-sizing: border-box; */
}

.nav li:last-child .sub {
    width: 167px;
}

.nav .sub li a {
    display: block;
    padding: 8px 0;
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
}

.nav .sub li a:hover {
    color: #22579B;
}

.navBar .but-tryout {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #22579B;
    color: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
}


/* 自己添加 */

.index-header1 {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    /* border-bottom: 1px solid #efefef; */
}

.index-header-minimum-witth1 {
    width: 1200px;
    margin: 0 auto;
}

.index-body-witth {
    width: min-content;;
    margin: 0 auto;
}

.index-header1 .head-navigation1 {
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-header1 .logo1 {
    width: 163px;
    /* height: 28px; */
}

.navBar1 {
    height: 70px;
    display: flex;
    align-items: center;
}

.navBar1 .nav1 {
    /* height: 70px;
    line-height: 70px; */
    display: flex;
    align-items: flex-end;
}

.navBar1 .nav1 .m1 {
    height: 34px;
    line-height: 34px;
    margin: 0 28px;
    box-sizing: border-box;
    display: flex;
    align-items: unset;
}

.navBar1 .nav1 .m1 .tit1 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #000002;
}

.navBar1 .nav1 .tit:hover {
    border-bottom: 3px solid #22579B;
}

.clr-c811 {
    color: #22579B !important;
}

.nav1 a {
    font-size: 16px;
    font-weight: 400;
    color: #000002;
}

.nav1 a:hover {
    color: #22579B;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1
}

.nav1 .sub1 {
    display: none;
    position: absolute;
    left: -3px;
    top: 34px;
    z-index: -1;
    width: 200px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 24px 28px 2px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 6px 6px;
    padding: 20px 16px;
    box-sizing: border-box;
}

.nav1 .sub1 li {
    /* padding: 0 16px;
    box-sizing: border-box; */
}

.nav1 li:last-child .sub1 {
    width: 167px;
}

.nav1 .sub1 li a {
    display: block;
    padding: 8px 0;
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
}

.nav1 .sub1 li a:hover {
    color: #22579B;
}

.navBar1 .but-tryout1 {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #22579B;
    color: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
}


/* 自己添加 */


/* .navBar .but-tryout a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
} */


/* é¦–é¡µåº•éƒ¨ */

.health-footer-wrap {
    background: linear-gradient(1turn, #172136, #212d50);
    color: #fff;
}

.el-col-19 {
    width: 79.16667%;
}


/* [class*=el-col-] {
    float: left;
    box-sizing: border-box;
} */

.health-footer-con {
    padding: 34px 0 32px;
    display: flex;
}

.health--footer-lf {
    padding: 34px 0 32px;
}

.health--footer-lf h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.el-row {
    box-sizing: border-box;
}

.el-col-6 {
    width: 25%;
}

.health-footer-con h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.health-footer-wrap a,
.health-footer-wrap p {
    color: #798896;
    text-decoration: none;
    margin-bottom: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.el-col-12 {
    width: 50%;
}

.el-col-6 {
    width: 25%;
}

.el-col-5 {
    width: 20.83333%;
}

.qr-code {
    margin-top: 8px;
}

.el-col-10 {
    width: 41.66667%;
}

.health-footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    text-align: center;
    padding: 30px 0;
    color: #798896;
}

.health-links a {
    padding: 0 13px;
}


/* body {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    } */

.index .banner {
    padding-top: 70px;
}

.index .bck .tit1 {
    padding-top: 178px;
    font-weight: 400;
    font-size: 59px;
    /* max-width: 406px; */
    /*  white-space: normal;
        word-break: break-all; */
    line-height: 55px;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
}

.index .bck .tit2 {
    font-weight: 400;
    width: 528px;
    font-size: 28px;
    line-height: 32px;
    margin-top: 22px;
    color: #fff;
    margin-bottom: 65px;
}

.index .bck .tit3 {
    font-weight: 400;
    width: 528px;
    font-size: 39px;
    line-height: 32px;
    margin-top: 22px;
    color: #fff;
    margin-bottom: 34px;
}

.index .bck .but {
    width: 114px;
    height: 45px;
    background: #FFFFFF;
    display: block;
    color: #4E8DC6;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.index-first {
    padding-top: 120px;
    /* margin: 120px auto 0 !important; */
    position: relative;
    padding-bottom: 80px;
}

.index-first .tit {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.index-first .list {
    position: absolute;
    width: 200000em;
    left: 0px;
    display: flex;
}

.index-first .list::-webkit-scrollbar {
    display: none;
}

.index-first .list .list-son {
    width: 235px;
    height: 190px;
    cursor: pointer;
    position: relative;
    /* margin-right: 25px; */
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 1px;
}

.index-first .list .active {
    margin: -10px 1px 0;
}

.index-first .list .list-son .img2 {
    width: 235px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*  .index-first .list .tit {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 10px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        transform: translate(-50%, -50%);
      } */

.index-first button {
    width: 200px;
    height: 40px;
    background-color: #ccc;
}

.show-Con {
    position: relative;
}

.show-Con ul li {
    width: 1200px;
    height: 490px;
    position: relative;
    padding: 30px 60px 50px 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 61px 0px rgba(124, 109, 111, 0.1);
    border-radius: 5px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin: 0 auto;
}

.show-Con ul li .left .tit1 {
    font-size: 68px;
    height: 68px;
    line-height: 68px;
    font-weight: 500;
    color: #F5F9FB;
    position: absolute;
    top: 50px;
    left: 60px;
}

.show-Con ul li .left .tit2 {
    height: 63px;
    font-size: 24px;
    font-weight: 400;
    color: #293038;
    line-height: 63px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}


/* .show-Con ul li .left .tit3 {
        font-size: 14px;
        font-weight: 400;
        color: #636672;
        margin-top: 30px;
      } */

.show-Con ul li .left .tit4 {
    width: 490px;
    font-size: 14px;
    font-weight: 400;
    color: #A8ABB7;
    margin-top: 44px;
    text-align: justify;
    line-height: 22px;
}

.show-Con ul li .left .tit5 {
    display: block;
    width: 102px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #DADFE2;
    font-size: 14px;
    font-weight: 400;
    background-color: #22579B;
    color: white;
    margin-top: 50px;
    cursor: pointer;
}

.show-Con ul li .right {
    padding-top: 30px;
}

.show-Con ul li .right img,
video {
    width: 530px;
    height: 305px;
    display: block;
}

.show-Con ul li .right .ico {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.show-Con ul li .right .ico div {
    width: 163px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #DDE6ED;
    font-size: 14px;
    font-weight: 400;
    color: #384043;
}

.show-Con ul li:nth-child(n+2) {
    display: none;
}


/* .show-Con .page {
        display: flex;
        justify-content: center;
        margin-top: 30px;
      } */

.show-Con .prev {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 11px 22px 0px rgba(240, 242, 244, 1);
    cursor: pointer;
    margin-right: 100px;
    position: absolute;
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -27px;
}

.show-Con .next {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 11px 22px 0px rgba(240, 242, 244, 1);
    cursor: pointer;
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -27px;
}

.drop {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.drop li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid #DDE6ED;
    box-sizing: border-box;
}

.drop li:first-child {
    background: #22579B;
    border: 0;
}

.index .gray-bg {
    background: #FAFAFC;
    padding-bottom: 80px;
}

.index .health-title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 95px;
    box-sizing: border-box;
}

.index .health-title .tit {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.index .health-h4 {
    color: #5a5a5a;
    margin-top: 11px;
    font-size: 14px;
    margin-bottom: 25px;
}

.index .advantage-box {
    width: 250px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    float: left;
}

.index .advantage-box img {
    width: 110px;
    height: 110px;
}

.index .advantage-box h3.health-conTit {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}

.index .advantage-box p.health-content {
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.index .cooperate {
    margin-top: 120px;
    padding-top: 120px;
}

.index .cooperate .health-h2 {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
}

.index .cooperate .tab ul {
    display: flex;
    margin-top: 60px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.index .cooperate .tab ul li {
    height: 48px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #293038;
}

.index .cooperate .tab ul li:first-child {
    color: #22579B;
}

.index .cooperate .tab ul .underline {
    height: 1px;
    background-color: #22579B;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .5s;
}

.cooperate .cooperate-con {
    display: flex;
    /* justify-content: space-between; */
    margin: 40px auto;
}

.cooperate .cooperate-con:nth-child(n+2) {
    display: none;
}

.cooperate .cooperate-con li {
    width: 380px;
    height: 286px;
    position: relative;
    margin-right: 30px;
}

.cooperate .cooperate-con li .ovhe {
    width: 380px;
    height: 286px;
    overflow: hidden;
}

.cooperate .cooperate-con li:nth-child(2+n) {
    margin-right: 0;
}

.cooperate .cooperate-con .img2 {
    width: 380px;
    height: 286px;
    transition: all .8s;
}

.cooperate .cooperate-con li:hover .img2 {
    transform: scale(1.07);
}

.cooperate .cooperate-con .bg-bl {
    width: 380px;
    height: 286px;
    background: linear-gradient(180deg, rgba(1, 55, 144, 0) 0%, rgba(0, 48, 133, 0.2) 70%, #0C2A7F 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    /* padding: 40px 30px 0;
        box-sizing: border-box; */
    /* display: flex;
        align-items: center;
        justify-content: space-between; */
}

.cooperate .cooperate-con .con {
    width: 380px;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cooperate .cooperate-con .con .tit1 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.cooperate .cooperate-con .con .tit3 {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.cooperate button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 47px;
    background: #22579B;
    box-shadow: 0px 10px 20px 0px rgba(195, 13, 35, 0.1);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    margin: 60px auto 0;
    cursor: pointer;
}

.index .new {
    padding-top: 120px;
}

.index .new .health-h2 {
    font-size: 29px;
    font-weight: 400;
    color: #000000;
}

.index .new .cooperate-con {
    display: flex;
    margin-top: 60px;
}

.index .new .cooperate-con li {
    width: 388px;
    height: 527px;
    cursor: pointer;
    background-color: #fff;
    margin-right: 30px;
}

.index .new .cooperate-con li:last-child {
    margin-right: 0px;
}

.index .new .cooperate-con li .top {
    width: 388px;
    height: 282px;
    overflow: hidden;
}

.index .new .cooperate-con li:hover img {
    transform: scale(1.07);
}

.index .new .cooperate-con li img {
    width: 388px;
    height: 282px;
    transition: all .8s;
}

.index .new .cooperate-con li .bot {
    padding: 20px 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px 0px rgba(205, 167, 172, 0.2);
}

.index .new .cooperate-con li .bot .tit1 {
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #293038;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .new .cooperate-con li:hover .bot .tit1 {
    color: #22579B;
}

.index .new .cooperate-con li .bot .tit2 {
    font-size: 12px;
    font-weight: 400;
    color: #A8ABB7;
    margin-top: 20px;
}

.index .new .cooperate-con li .bot .tit3 {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    height: 67px;
    line-height: 22px;
    text-align: justify;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index .new .cooperate-con li .bot .tit4 {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    margin-top: 10px;
    text-align: right;
}

.index .new button {
    width: 163px;
    height: 47px;
    background: #22579B;
    box-shadow: 0px 10px 20px 0px rgba(195, 13, 35, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: 0;
    margin: 60px auto 0;
    cursor: pointer;
}

.index .gray-bg2 {
    padding-top: 82px;
    background: #FAFAFC;
    margin-top: 82px;
    padding-bottom: 100px;
}

#contacts {
    width: 1200px;
    height: 531px;
    background: #FFFFFF;
    box-shadow: 0px 0px 61px 0px rgba(205, 167, 172, 0.1);
    border-radius: 5px;
}

#contacts .health-h2 {
    font-size: 25px;
    font-weight: 500;
    color: #333333;
}

#contacts .health-email {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 23px;
}

#contacts .health-email a {
    color: #22579B;
}


/*  .index .contact-wrap {
        background: #fff;
        box-shadow: 0 5px 30px 0 rgba(18, 24, 32, .1);
        border-radius: 2px;
        margin-bottom: 70px;
      } */

.index .contact-content {
    padding: 70px 200px 30px;
    box-sizing: border-box;
    text-align: center;
}

.index .contact-content ul {
    margin-top: 50px;
}

.index .contact-content ul li {
    display: flex;
    justify-content: space-between;
}

.index .contact-content ul li:nth-child(n+1) {
    margin-bottom: 20px;
}

.index .contact-content ul li input,
select {
    width: 390px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #c1c1c1;
}

.index .contact-content ul li option {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.index .contact-content ul li option:hover {
    background-color: #f5f7fa;
}

.index .contact-content ul li .input:focus {
    outline: none;
    border: 1px solid #c1c1c1;
}

.index .contact-content ul li input::-webkit-input-placeholder {
    color: #c1c1c1;
}

.index .contact-content ul li input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c1c1;
}

.index .contact-content ul li input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
}

.index .contact-content ul li input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c1c1c1;
}

.index .contact-content button {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    width: 163px;
    height: 47px;
    line-height: 47px;
    background: #22579B;
    box-shadow: 0px 10px 20px 0px rgba(195, 13, 35, 0.1);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    cursor: pointer
}

.about .third .tx_fzlc {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-top: 44px;
    text-align: center;
}

.content {
    margin-top: 60px;
    align-items: center;
    text-align: center;
}


/*         
.content img {
    width: 100% !important;
    height: 100% !important;
} */

.prd-content-title {
    display: inline-block;
    background: linear-gradient(90deg, #041037, #1c3881, #2f94ca);
    -webkit-background-clip: text;
    background-clip: text;
    /* background: radial-gradient( circle farthest-corner at center center, white, #111) no-repeat; */
    color: transparent;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    /* display: inline-block;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #041037, #1c3881, #2f94ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.prd-tx {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 22px;
    text-align: justify;
    margin-top: 40px;
    text-indent: 2em;
}

.div-prd-zwygroup {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.div-prd-yqfkgroup {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.div-prd-ythgroup {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.div-prd-zwygroup-single {
    /* display: flex;
    flex-direction: column; */
    margin-top: 20px;
}

.div-prd-zwygroup-single img {
    width: 100%;
    height: 400px;
    border: 1px solid#3a3a3a;
}

.div-prd-zwygroup-img {
    width: 50%;
    height: 400px;
    border: 1px solid#3a3a3a;
}

.div-prd-yqfkgroup img {
    width: auto;
    height: auto;
    border: 1px solid#3a3a3a;
}

.img-80 {
    width: 80%;
    height: auto;
    border: 1px solid#3a3a3a;
}

.img-20 {
    width: 20%;
    height: auto;
    border: 1px solid#3a3a3a;
}

.p-01 {
    display: inline-block;
    background: linear-gradient(90deg, #041037, #1c3881, #2f94ca);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    font-weight: 700;
}

.div-col44 {
    margin-top: 20px;
    width: 50%;
}

.img-44 {
    width: 600px;
    height: 400px;
    border: 1px solid#3a3a3a;
}